Skip to content

Conversation

@ZainabAlnajjar
Copy link
Contributor

No description provided.

@ZainabAlnajjar ZainabAlnajjar self-assigned this Feb 11, 2026
keyboardType: TextInputType.number,
leading: Padding(
padding: const EdgeInsets.only(top: 14, right: 8),
padding: const EdgeInsetsGeometry.directional(end: 8),
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
padding: const EdgeInsetsGeometry.directional(end: 8),
padding: const EdgeInsetsDirectional.only(end: 8)

keyboardType: TextInputType.number,
leading: Padding(
padding: const EdgeInsets.only(top: 14, right: 8),
padding: const EdgeInsetsGeometry.directional(end: 8),
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
padding: const EdgeInsetsGeometry.directional(end: 8),
padding: const EdgeInsetsDirectional.only(end: 8),

obscureText: !_isPasswordVisible,
leading: Padding(
padding: const EdgeInsets.symmetric(vertical: 14, horizontal: 8),
padding: const EdgeInsetsGeometry.directional(end: 8),
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
padding: const EdgeInsetsGeometry.directional(end: 8),
padding: const EdgeInsetsDirectional.only(end: 8),

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants